void pascal InflateRect(LPRECT r, int x, int y) Shrinks or expands a rectangle by the amount passed in the x-direction and y-direction. Parameters r is a pointer to a RECT structure. x and y are the amounts to shrink or expand the rectangle by on the x and y axises respectively. Returns Nothing.